/* Chart controls styles: owner for the compact chart toolbar and its inputs/buttons. */

html body #chart-controls,
html body #chart-controls.panel.controls,
html body .chart-controls {
  box-sizing: border-box !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  gap: 7px !important;
  padding: 7px 8px !important;
  margin: -16px 0 10px !important;
  border-radius: 13px !important;
  align-items: center !important;
  overflow: visible !important;
}

html body #chart-controls {
  margin-top: -16px !important;
}

html body .chart-controls .chart-select,
html body .chart-controls .chart-input,
html body .chart-controls select,
html body .chart-controls input[type="text"],
html body .chart-controls input[type="number"],
html body .chart-controls button,
html body .chart-controls .btn,
html body .chart-controls #chart-prev,
html body .chart-controls #chart-next,
html body .chart-controls #chart-more,
html body .chart-controls #chart-goto-now,
html body .chart-controls #chart-load-all {
  box-sizing: border-box !important;
  height: 17px !important;
  min-height: 17px !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  font-size: 9px !important;
  line-height: 15px !important;
}

html body .chart-controls label,
html body .chart-controls .chart-toggle,
html body .chart-controls .chart-toggle span,
html body .chart-controls #chart-status {
  flex: 0 0 auto !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
}

html body .chart-controls input[type="checkbox"] {
  width: 12px !important;
  height: 12px !important;
}

html body .chart-controls #chart-symbol {
  width: 77px !important;
  min-width: 77px !important;
}

html body .chart-controls #chart-interval {
  width: 53px !important;
  min-width: 53px !important;
  padding-left: 4px !important;
}

html body .chart-controls #chart-limit {
  width: 70px !important;
  min-width: 70px !important;
}

html body .chart-controls #chart-load-all {
  width: 27px !important;
  min-width: 27px !important;
}

@media (max-width: 700px) {
  html body .chart-controls #chart-symbol {
    width: 76px !important;
    min-width: 76px !important;
  }

  html body .chart-controls #chart-interval {
    width: 48px !important;
    min-width: 48px !important;
    padding-left: 3px !important;
  }

  html body .chart-controls #chart-load-all {
    width: 38px !important;
    min-width: 38px !important;
  }
}

